home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / H402.ZIP / ELV17SRC.ZIP / DOC.ZIP / FMT.DOC < prev    next >
Text File  |  1992-12-30  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.           FMT                                                           FMT
  5.  
  6.  
  7.  
  8.  
  9.           NAME
  10.                fmt - adjust line-length for paragraphs of text
  11.  
  12.           SYNOPSIS
  13.                fmt [-width] [files]...
  14.  
  15.           DESCRIPTION
  16.                fmt  is a  simple  text formatter.   It  inserts or  deletes
  17.                newlines, as necessary, to  make all lines in a paragraph be
  18.                approximately the same  width.  It preserves indentation and
  19.                word spacing.
  20.  
  21.                The default  line width is 72  characters.  You can override
  22.                this with  the -width flag.  If you don't  name any files on
  23.                the command line, then fmt will read from stdin.
  24.  
  25.                It  is typically  used  from within  vi to  adjust the  line
  26.                breaks in  a single paragraph.  To do  this, move the cursor
  27.                to the top of the paragraph, type "!}fmt", and hit <Return>.
  28.  
  29.           AUTHOR
  30.                Steve Kirkendall
  31.                kirkenda@cs.pdx.edu
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.           Command Reference               1                          Page 1
  65.  
  66.  
  67.